cURL
curl --request POST \ --url https://agent-prod.studio.lyzr.ai/v3/inference/stream/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "user_id": "default_user", "system_prompt_variables": {}, "agent_id": "string", "session_id": "string", "message": "string", "filter_variables": {}, "features": [ { "additionalProp1": {} } ] }'
{ "response": "Streamed response will appear here" }
Start a streaming chat interaction with an agent using the v3 inference stream endpoint.
Streaming started successfully
The response is of type object.
object